home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / computer vision recognition / rcinstall.exe / Disk1 / data1.cab / ASP_Pages / Error.asp < prev    next >
Encoding:
Text File  |  2001-12-12  |  972 b   |  42 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <html>
  3. <head>
  4.     <title>Untitled</title>
  5.         <style media="screen" type="text/css"><!--
  6. .errorMessage { color: red; font-weight: bold; font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
  7. --></style>
  8. </head>
  9.  
  10. <body>
  11.     <center>
  12.     <table>
  13.     <tr>
  14.     <td ><image src="images/splashBkgd.gif">  
  15.     </td>        
  16.     </tr>
  17.     <tr>
  18.     <td align="center" valign="middle" height="100" class="errorMessage">
  19.             <%     SELECT CASE Request.QueryString("Err")    
  20.                     CASE "1"    
  21.             %>
  22.                     <p>Central site error: Resource strings could not be read. Please contact your system administrator.</p>
  23.                     <p>Fehler beim Lesen des Resource Strings</p>
  24.             <%
  25.                     CASE "2"
  26.             %>                    
  27.                         The system does not support your language.                  
  28.             <%
  29.                     CASE ELSE
  30.             %>
  31.                         Your browser must be Microsoft Internet Explorer 5.5 (or higher).
  32.                     
  33.             <%
  34.             END SELECT
  35.         %>   
  36.     </td>        
  37.     </tr>
  38.     </table>
  39.     </center>    
  40. </body>
  41. </html>
  42.